projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c411de4
)
GtkEntry: Don't forget to notify for the tooltip markup props
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 8 Jun 2014 15:33:03 +0000
(11:33 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 17:30:59 +0000
(13:30 -0400)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index 2f1ada12d81cb04356a85b07747fef27e4f71ee7..e93360d9b637884e5ae16852cda5f9e7b97ebae9 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-9328,6
+9328,9
@@
gtk_entry_set_icon_tooltip_markup (GtkEntry *entry,
icon_info->tooltip = g_strdup (tooltip);
ensure_has_tooltip (entry);
+
+ g_object_notify (G_OBJECT (entry),
+ icon_pos == GTK_ENTRY_ICON_PRIMARY ? "primary-icon-tooltip-markup" : "secondary-icon-tooltip-markup");
}
static gboolean